Conversation
Coverity Issue - Variable copied when it could be moved"strQuery" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""strQuery"")" instead of "strQuery". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"appConfigListTemp" is copied in call to copy assignment for class "std::vector<_DynamicAppConfig *, std::allocator<_DynamicAppConfig *> >", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""appConfigListTemp"")" instead of "appConfigListTemp". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"modelName" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""modelName"")" instead of "modelName". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Memset fill value of '0'Function "memset" with fill value "'0'" (the zero character) in "memset((void *)pDynamicAppConfig, 48, 14664UL)". High Impact, CWE-665 How to fixDid you intend to use 0 (the value zero)? Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Duration" (declared at line 150 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Constructor" (declared at line 42 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::ParsingError" (declared at line 34 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Messaging::TraceFactoryType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"strPayLoad" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""strPayLoad"")" instead of "strPayLoad". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"powerState" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""powerState"")" instead of "powerState". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Messaging::DirectOutput" (declared at line 31 of "../../install/usr/include/WPEFramework/messaging/DirectOutput.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Uninitialized pointer fieldNon-static class member "mShell" is not initialized in this constructor nor in any functions that it calls. Medium Impact, CWE-457 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Fatal" (declared at line 35 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"callsign" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""callsign"")" instead of "callsign". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Text" (declared at line 35 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Information" (declared at line 37 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Large stack useLocal variable "appConfig" uses 14664 bytes of stack space, which exceeds the maximum single use of 10000 bytes. Low Impact, CWE-400 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Messaging::IEventFactory" (declared at line 27 of "../../install/usr/include/WPEFramework/messaging/TraceFactory.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::MethodExit" (declared at line 136 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Destructor" (declared at line 102 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningfunction template "WPEFramework::Trace::Format(Args &&...)" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::CopyConstructor" (declared at line 62 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"manufacturerName" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""manufacturerName"")" instead of "manufacturerName". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Crash" (declared at line 36 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"friendlyname" is copied in call to copy assignment for class "string", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""friendlyname"")" instead of "friendlyname". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Error" (declared at line 39 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Error" (declared at line 33 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Initialisation" (declared at line 36 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Fatal" (declared at line 40 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Messaging::BaseCategoryType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"appConfigList" is passed-by-value as parameter to "std::vector<_DynamicAppConfig *, std::allocator<_DynamicAppConfig *> >::vector(std::vector<_DynamicAppConfig *, std::allocator<_DynamicAppConfig *> > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""appConfigList"")" instead of "appConfigList". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"value" is copied in call to copy assignment for class "string", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""value"")" instead of "value". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Shutdown" (declared at line 31 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Logging::BaseLoggingType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Startup" (declared at line 30 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningmember "WPEFramework::Messaging::LocalLifetimeType<CATEGORY, MODULENAME, TYPE>::_control" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Messaging::TextMessage" (declared at line 28 of "../../install/usr/include/WPEFramework/messaging/TextMessage.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Big parameter passed by valuePassing parameter params of type "JsonObject const" (size 208 bytes) by value, which exceeds the low threshold of 128 bytes. Low Impact, CWE-398 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::AssignmentOperator" (declared at line 82 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Messaging::LocalLifetimeType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Messaging::ControlType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningclass template "WPEFramework::Messaging::MessageDataBufferType" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::Warning" (declared at line 38 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"appConfigList" is passed-by-value as parameter to "std::vector<_DynamicAppConfig *, std::allocator<_DynamicAppConfig *> >::vector(std::vector<_DynamicAppConfig *, std::allocator<_DynamicAppConfig *> > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""appConfigList"")" instead of "appConfigList". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Trace::MethodEntry" (declared at line 122 of "../../install/usr/include/WPEFramework/messaging/TraceCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Uninitialized scalar fieldNon-static class member "m_isDynamicRegistrationsRequired" is not initialized in this constructor nor in any functions that it calls. Medium Impact, CWE-457 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"modelNameStr" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""modelNameStr"")" instead of "modelNameStr". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Messaging::MessageUnit" (declared at line 38 of "../../install/usr/include/WPEFramework/messaging/MessageUnit.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"manufacturerNameStr" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""manufacturerNameStr"")" instead of "manufacturerNameStr". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Messaging::MessageClient" (declared at line 35 of "../../install/usr/include/WPEFramework/messaging/MessageClient.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Memset fill value of '0'Function "memset" with fill value "'0'" (the zero character) in "memset((void *)pDynamicAppConfig, 48, 14664UL)". High Impact, CWE-665 How to fixDid you intend to use 0 (the value zero)? Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Variable copied when it could be moved"paramStr" is copied in call to copy assignment for class "std::string", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""paramStr"")" instead of "paramStr". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warninginvalid redeclaration of type name "WPEFramework::Logging::Notification" (declared at line 32 of "../../install/usr/include/WPEFramework/messaging/LoggingCategories.h") Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
Coverity Issue - Parse recovery warningfunction template "WPEFramework::Trace::Format(string &, Args &&...)" has already been defined Low Impact, CWE-none Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
No description provided.